Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.

South Africa-Khayelihle Buthelezi-JS_CORE_1 - WEEK_7#67

Closed
Khaya56 wants to merge 1 commit into
CodeYourFuture:masterfrom
Khaya56:master
Closed

South Africa-Khayelihle Buthelezi-JS_CORE_1 - WEEK_7#67
Khaya56 wants to merge 1 commit into
CodeYourFuture:masterfrom
Khaya56:master

Conversation

@Khaya56
Copy link
Copy Markdown

@Khaya56 Khaya56 commented Jan 22, 2021

Your Details

  • Your Name:Khayelihle
  • Your City:Cape Town
  • Your Slack Name: Khayelihle

Homework Details

  • Module:
  • Week:

Comment thread mandatory/4-tax.js
function addTaxAndFormatCurrency(total) {
const afterTax = calculateSalesTax(total).toFixed(2);
return `£${afterTax}`;
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice and clean code Khaye

@github-actions
Copy link
Copy Markdown

Your coursework submission has been closed because nobody has interacted with it in six weeks. You are welcome to re-open it to get more feedback.

@github-actions github-actions Bot added the Stale label Jun 13, 2021
@github-actions github-actions Bot closed this Jun 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants